#ID 15 Submited April 3, 2003 12:00 am This is a Lode Runner clone I've created for the purposes of documenting GameDev's scripting support. I will be detailing the functionality of the script in the scripting "docutorial". Meanwhile, feel free to enjoy this game and examine the script for yourself. Thanks to the scripting in this project, creating a level is as easy as placing tiles on a single layer of a map. The script generates the rest for you, including sprites, special functions, tile interactions and foreground layers. This is a more interesting demo of the A* search than the existing simple project. If you want to see the search data, you simply comment out the script line containing "RemoveLayer".